To retrieve a detailed log of your messaging history, use the following code:
var client = new PayliteMessaging.Client.MessagingClient();
var smsList = new List<string>();
smsList.Add("81f16eba-0923-47dd-8285-411c16748303");
var response = client.GetSmsByIds(new GetSmsByIdsModel
{
ApiKey = "Your API Key",
SmsIds = smsList
});